home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Utilities / EvenMore / Docs / EvenMore.readme < prev    next >
Text File  |  1998-06-23  |  9KB  |  177 lines

  1. Short:    V0.48 - A nicer text viewer
  2. Uploader: chris.planb@dnet.co.uk (Chris Perver)
  3. Author:   chris.planb@dnet.co.uk (Chris Perver)
  4. Type:     text/show
  5. Requires: Kickstart 37+, reqtools.library 37+ included
  6. Version:  0.48
  7. Replaces: text/show/EvenMore.lha
  8.  
  9. ================================================================================
  10.  
  11.      _/_/_/_/  _/    _/ _/_/_/_/  _/_/_/       _/    .
  12.               _/    _/                        _/     :   Beta testers:
  13.    _/_/_/    _/    _/ _/_/_/_/  _/    _/ _/_/_/_/_/  :.
  14.   _/          _/ _/  _/        _/    _/     _/       ¦: Johan Björnson
  15.    _/_/_/      _/     _/_/_/  _/    _/     _/        |¦ Mikael Grahn
  16.    ___________________________________________       || Per Reidar Verlo
  17.    http://planb.thegap.com/                          || Dominique Neveu
  18.    ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯       || Tony Hazel
  19.    Program  : EvenMore                               || Andrew Holt
  20.    Type     : Text viewer (Freeware)                 || Roland de Herder
  21.    Version  : 0.48                                   ||
  22.    Code     : AmigaE 3.3a                            ||
  23.                                                      ||
  24.     EvenMore ©1996-1998 by Chris Perver              ||
  25.     ReqTools ©1991-1994 Nico François,               ||
  26.              ©1995-1998 Magnus Holmgren              ||
  27.                                                      ||
  28. -----------------------------------------------------'`------------------------
  29. -------------------------------------------------------------------------------
  30.  
  31. I am sick of the ugly looking non-proportional text viewers.  So  I  decided  to
  32. write  my  own  viewer  that would be font-sensitive, and blend in with all your
  33. other nice patches, as so not to spoil the look and feel of your Workbench.
  34.  
  35. Well I was sick  of  non-proportional  text  viewers  until  I  made  horizontal
  36. scrolling  in this version. Now EvenMore doesn't support proportional fonts. But
  37. IMHO, even though EvenMore isn't as powerful as the rest,  it  still  looks  far
  38. nicer than the competition, and is increasing in functionality at every release.
  39.  
  40.  Here are the main features of 0.48
  41.  ----------------------------------
  42.  
  43.  o Scroller window allows easier moving about documents.
  44.  o AppWindow, AppIcon and AppMenu makes loading files easy. Not only can you
  45.    drag files onto them, but also drawers, and a requester will appear!
  46.  o Totally font sensitive.
  47.  o Tooltypes and preference file(s) for configuring settings.
  48.  o Can open the window on any public screen and move between them.
  49.  o Can create it's own public screen to run on.
  50.  o ARexx port for remote control.
  51.  o Supports the numeric keypad and mouse movement.
  52.  o Very clean and smooth scrolling.
  53.  o String and pattern finding functions with search hilighting.
  54.  o Bookmarks for remembering positions in the document.
  55.  o Quick load listview for loading documents fast.
  56.  o Configurable GUI for quick access to features.
  57.  o File loading uses AsyncIO for speed.
  58.  o Can load multiple files.
  59.  o Help available by pressing the help key.
  60.  o Gadget help bubbles.
  61.  o User-configurable filetypes, for passing certain files to different programs.
  62.  o Uses EasyGUI, the best GUI in the history of the world.
  63.  o Uses ReqTools library.
  64.  o Can zoom text in or out.
  65.  o Option to save the file.
  66.  o Send the file to an editor.
  67.  o Conifurable information bar.
  68.  o Execute commands or open a shell on the window.
  69.  
  70.  and more...
  71.  
  72.  Here are the recent features
  73.  ----------------------------
  74.  
  75.  o Added preferences for changing the window title format.
  76.  o Fixed bug where the progress window would crash if there was only one line in
  77.    the file.
  78.  o Totally reprogrammed text printing routines.
  79.  o Added an information bar at the top of the window, and moved the information
  80.    from the title bar into it.
  81.  o Reprogrammed GUI drawing to use special E functions, and not the standard
  82.    system functions.
  83.  o Now the window title will just be the filename.
  84.  o The window title will now change for viewing the help text.
  85.  o Fixed bug were if an exception was raised in the main procedure, the window
  86.    and screen wouldn't close.
  87.  o Fixed bug were the line height wouldn't update after you changed the leading
  88.    preference.
  89.  o Fixed bug in which after you used the arexx port to move to a line, would
  90.    scroll back again when you selected the window.
  91.  o Attached the information bar onto the text area, and put a bevel box around
  92.    it (Uses same settings as text area).
  93.  o Now hilights words during searching.
  94.  o Searches will now look for more than one occurance of a string on one line.
  95.  o Fixed a stupid bug in which the palette wouldn't save the current custom
  96.    screen colours. Also, the palette will no longer be taken off other screens
  97.    and used for the custom screen when you change screens.
  98.  o Now will only scroll if necessary while searching.
  99.  o Now the whole line will get hilighted when you search for a pattern.
  100.  o Fixed bug in which the occurance search would miss an occurance of a string
  101.    if one occurance shares a letter with another, eg. ' - ' and ' - - '.
  102.    The second example will now be seen as two occurances.
  103.  o The GETWINDIM arexx command didn't seem to do what it was supposed to do.
  104.    But I removed it anyway, as it wasn't that useful.
  105.  o Now there is only 1 text offset variable, which will be used for all sides
  106.    of the window.
  107.  
  108. There are still a few things to be ironed  out  though.  Please  read  the  docs
  109. before you delete as soon as you set your eyes on it.
  110.  
  111. All hints, tips, examples of code, etc., will be appreciated!
  112.  
  113.     ______________________________________________________________
  114.    [O|##Contacting#me#########################################|°|B]
  115.    |¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯| :
  116.    | Postal address:                                              | ::
  117.    |    Chris Perver,                                 __ __       | ::
  118.    |     6, Gransha Road,                            / // /       | ::
  119.    |     Bangor,                                    / // /        | ::
  120.    |     Co. Down,                                 / // /         | ::
  121.    |     N. Ireland,                       __ __  / // /          | ::
  122.    |     BT20 4TG.                         \ \\ \/ // /           | ::
  123.    |                                        \ \\/ // /            | ::
  124.    |           ______________________        \ V /V /             | ::
  125.    |    EMAIL:[chris.planb@dnet.co.uk]        V_/V_/              | ::
  126.    |           ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯                             | ::
  127.    |           ________________________                           | ::
  128.    |      URL:[http://planb.thegap.com/]                          | ::
  129.    |           ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯                           | ::
  130.    |                                                              | ::
  131.    | And remember!  Windows is rubbish!                           | ::
  132.    |                                                              | ::
  133.    |_____________________________________________________________ | ::
  134.    [############################################################|/] ::
  135.     ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ::
  136.     :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  137.      :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  138.  
  139. I cannot expect to be able to develop this program  much  further,  as  I  am  a
  140. Christian  and  believe Jesus Christ will return very soon. If I do not reply to
  141. any mail for months and months, then the development of this program has ceased.
  142.  
  143. =========================================
  144. THANX 'N' GREETZ (In no particular order)
  145. =========================================
  146.  
  147. This archive was put together by:-
  148.  
  149.   Me               - Everything :)
  150.   Mum & dad        - RKRM manuals, Amiga 3000... (you name it, they provided it)
  151.   Johan Björnson   - AmigaGuide, program icons...
  152.   Per Reidar Verlo - Norwegian Install script translation
  153.   Girish Nath      - Program Icons
  154.  
  155. Without the following people, writing this program  would  have  been  virtually
  156. impossible...
  157.  
  158.   Nico François          - ReqTools
  159.   Magnus Holmgren
  160.   Dietmar Eilert         - GoldEd
  161.   Wouter van Oortmerssen - AmigaE and EasyGUI
  162.   J R Hulance            - AmigaE and EasyGUI help
  163.  
  164.   Ilan Sharoni           - Word wrapping help
  165.   Marco Talamelli        - ReqTools help
  166.   Eric Sauvageau         - Screenmode help
  167.   Victor Ducedre         - dclistview EasyGUI plugin
  168.   Ralph Wermke           - register EasyGUI plugin
  169.   Ali Graham             - multitext EasyGUI plugin
  170.   Sven Steiniger         - patternStringF, runback modules
  171.   Will Harwood           - gadgetinfo module
  172.   A.F.C.                 - rexxer (http://www.intercom.it/~fsoft/afc.html)
  173.  
  174. If you are not listed here and you have helped me produce EvenMore, then I  have
  175. probably  just  forgotten  about you :). But don't fear, get in touch and let me
  176. know!
  177.